home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EnigmA Amiga Run 1997 February
/
EnigmA AMIGA RUN 15 (1997)(G.R. Edizioni)(IT)[!][issue 1997-02][PLANET CD V].iso
/
progs
/
editor
/
frexxed
/
fpl
/
gotopos.fpl
< prev
next >
Wrap
Text File
|
1995-07-18
|
265b
|
15 lines
export int GotoPos() /* Make 'x' CursorRight to find a byte in a text */
{
int steps;
steps=PromptInt("Give position!");
if (GetErrNo()>=0) {
Visible(0);
Top();
CursorRight(steps);
Visible(1);
}
}
AssignKey("GotoPos();", "Amiga Shift p");